home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global isLesson, Voice, Exercises, CalcOn, FormulasOn, NotesOn
- set isLesson to 0
- if field "Voice" = 1 then
- set Voice to 1
- else
- set Voive to 0
- end if
- if field "Exercises" = 1 then
- set Exercises to 1
- else
- set Exercises to 0
- end if
- set CalcOn to 0
- set FormulasOn to 0
- set NotesOn to 0
- set the keyDownScript to "printScript"
- end
-
- on stopMovie
- forgetAllMiaws()
- saveMovie()
- end
-